Skip to content

ITaskObservable.GetAwaiter() method

Defined in

Type: ITaskObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

ITaskObservableAwaiter<out T> GetAwaiter()

Summary: Gets an awaiter that can be used to await the eventual completion of the observable sequence.

Returns: ITaskObservableAwaiter -- An awaiter that can be used to await the eventual completion of the observable sequence.